# Southeast Europe (Greece, Yugoslavia, Albania, Bulgaria) 752000 - 801999
#
# 752180 - UK Guarantee Greek independence
# 752181 - reserved
# 752182 - Muslim insurrection in Albania
# 752183 - reserved
# 752184 - Growing Muslim insurrection in Albania
#

#########################################################################
#  Guarantee Independence to Greece
#########################################################################
event = { 
	id = 752180
	random = no
	country = GRE
	
	# Triggered by UK 272082
	
	
	name = "UK Guarantee Independence to Greece"
	desc = "EVT_3401_DESC"
	style = 0
	
	action_a = {
		name = "Great!" # Greece must be protected
		command = { type = dissent value = -3 }
		command = { type = alignment  which = democratic value = 150 }
		command = { type = access  which = ENG }
	}
	action_b = {
		name = "We don't need no help!" # The world must be spared another Great War
		command = { type = dissent value = 2 }
	}
}


#################################################
# ALBANIA
#

event = { 
	id = 752182
	random = no
	country = ALB
	
	# Muslim radical group insurrection
	
	name = "Marxist radicals rise up against King Zog I (ALB)"
	desc = "Groups of liberal reformers and marxist-oriented Muslim radicals are rising up against the feudal rule of King Zog I.  The insurrection seems poorly planned and is unlikely to pose any real threat."
	style = 0

	trigger = {
                atwar = no
		random = 20
	}


        date = { day = 15 month = january year = 1937 }
        offset = 20
	deathdate = { day = 15 month = december year = 1938 }

	action_a = {
		name = "Execute the ringleaders and make minor reforms"
		command = { type = dissent value = -5 } # reforms undermine radical influence
		command = { type = supplies value = -500 } # reform cost
		command = { type = industry which = 754 value = 1 } # improved production in liberal society
		command = { type = alignment which = fascist value = -10 } # accepting social change
		command = { type = sleepevent which = 752184 } # No serious uprising
	}
	action_b = {
		name = "Crush the uprisings and suppress the Muslims"
		command = { type = add_division which = militia when = 754 } # mobilise the army to suppress the radicals
		command = { type = dissent value = 10 }  # strong dissent increase
		command = { type = supplies value = -100 } # mobilisation cost
		command = { type = alignment which = fascist value = 10 } # suppressing reformers
		command = { type = manpowerpool value = -50 } # no Muslim manpower
		command = { type = sleepevent which = 752184 } # No serious uprising
	}
	action_c = {
		name = "Ignore the radicals, they pose no threat"
		command = { type = dissent value = 5 } # growing discontent with Zog's rule
	}
}



event = { 
	id = 752184
	random = no
	country = ALB
	
	# Muslim radical group insurrection grows
	
	name = "Serious uprisings against King Zog I (ALB)"
	desc = "Marxist-oriented Muslim radicals are rapidaly gaining popular support against the feudal rule of King Zog I.  The insurrection is strong with backing from both disloyal elements of the Army and foreign powers.  King Zog is fleeing into exile and a new government is being formed!"
	style = 0

	trigger = {
                atwar = no
		random = 20
		event = 702078
	}


        date = { day = 15 month = january year = 1937 }
        offset = 20
	deathdate = { day = 15 month = december year = 1939 }

	action_a = {
		name = "Communists seize power!"
		command = { type = alignment which = communist value = 200 } # communist coup
		command = { type = headofstate which = 32031 } # Ali Kelmendi
		command = { type = headofgovernment which = 32032 }
		command = { type = chiefofair which = 32040 }
		command = { type = chiefofarmy which = 32038 }
		command = { type = chiefofnavy which = 32039 }
		command = { type = chiefofstaff which = 32037 }
		command = { type = foreignminister which = 32033 }
		command = { type = dissent value = -25 }  # the people celebrate

	}
	action_b = {
		name = "Liberal reformers seize power!"
		command = { type = alignment which = democratic value = 200 } # liberal democratic coup
		command = { type = headofstate which = 32011 }         # Theofan Noli
		command = { type = headofgovernment which = 32012 }
		command = { type = armamentminister  which = 32014 }
		command = { type = chiefofair which = 32020 }
		command = { type = chiefofarmy which = 32018 }
		command = { type = chiefofnavy which = 32019 }
		command = { type = chiefofstaff which = 32017 }
		command = { type = foreignminister which = 32013 }
		command = { type = dissent value = -25 } # the people celebrate
	}
}



